BL (Breakpoint List)
Syntax
BL
Description
Lists all
breakpoints. For each breakpoint, the command displays the following:
The breakpoint number
The breakpoint status, where E is for
enabled, D is for
disabled, V is for
virtual, and U is for unknown
address. A virtual breakpoint is a breakpoint for code that is not currently
loaded.
The conditional information
specifying the breakpoint, such as the address, expression, and length. If a
breakpoint has a pass count, the remaining number of times that the breakpoint
will be ignored is listed in parentheses.
BL also displays commands to execute, message/message
classes (in the case of message breakpoints), thread and process number.